-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HE2411 battery support #110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the HE2411 is significantly different than the HE2613, a LUT should probably be added in a new class: https://github.com/clearpathrobotics/clearpath_robot/blob/humble/clearpath_hardware_interfaces/clearpath_hardware_interfaces/battery_state/battery.py#L244
Regardless, an entry should be added to point to the HE2613 battery class or to the new class: https://github.com/clearpathrobotics/clearpath_robot/blob/humble/clearpath_hardware_interfaces/clearpath_hardware_interfaces/battery_state/battery.py#L311
Waiting for the actual values, but opened a related MR at clearpathrobotics/clearpath_robot#119 to address the items above. Marking this MR as a draft until 119 is ready. |
* Add support for the HE2411 battery to J100 and A200 * Add the even-older HE2410 too
Resolves RPSW-2203
Should be cherry-picked into Jazzy once merged.